My Website

Adding CSS (Cascading Style Sheets) to style the webpage.
Types of CSS:
  • Inline CSS (Using style attribute)
  • Internal CSS (Embedded CSS using style tag)
  • External CSS (Using css file)
Common CSS Properties:
  • Text: color, text-align, text-decoration, text-transform

  • Font: font-family, font-size, font-style, font-weight

  • Box Model: margin, padding, border, width, height

  • Background: background-color, background-image

  • Borders: border, border-radius

  • Layout: display, position, z-index

CSS →